PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableColumn Class / setBackground Method
A com.o2sol.pdf4java.graphics.PDFBrush object that specifies how the column background is filled.
In This Topic
    setBackground Method
    In This Topic
    Sets the column background.
    Syntax
    public void setBackground( 
       PDFBrush value
    )

    Parameters

    value
    A com.o2sol.pdf4java.graphics.PDFBrush object that specifies how the column background is filled.
    See Also